[INFO] fetching crate mana-core 0.3.0...
[INFO] testing mana-core-0.3.0 against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] extracting crate mana-core 0.3.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate mana-core 0.3.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate mana-core 0.3.0
[INFO] tweaked toml for crates.io crate mana-core 0.3.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mana-core 0.3.0 on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mana-core 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b280a5c5c0a6f78fe3fd51bcff31115daa465270b2508008a29013ad21448da2
[INFO] running `Command { std: "docker" "start" "-a" "b280a5c5c0a6f78fe3fd51bcff31115daa465270b2508008a29013ad21448da2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b280a5c5c0a6f78fe3fd51bcff31115daa465270b2508008a29013ad21448da2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b280a5c5c0a6f78fe3fd51bcff31115daa465270b2508008a29013ad21448da2", kill_on_drop: false }`
[INFO] [stdout] b280a5c5c0a6f78fe3fd51bcff31115daa465270b2508008a29013ad21448da2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9dad9f2a5479ca765ea6f0d7031bd81cecd8e2bd122e54ccc4ebee164148e98f
[INFO] running `Command { std: "docker" "start" "-a" "9dad9f2a5479ca765ea6f0d7031bd81cecd8e2bd122e54ccc4ebee164148e98f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libyml v0.0.5
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling shell-escape v0.1.5
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling mana-core v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.66s
[INFO] running `Command { std: "docker" "inspect" "9dad9f2a5479ca765ea6f0d7031bd81cecd8e2bd122e54ccc4ebee164148e98f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9dad9f2a5479ca765ea6f0d7031bd81cecd8e2bd122e54ccc4ebee164148e98f", kill_on_drop: false }`
[INFO] [stdout] 9dad9f2a5479ca765ea6f0d7031bd81cecd8e2bd122e54ccc4ebee164148e98f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fd31962cb829a7c9fcfaf2be5c02337d3982ff91d877e01c72f396b851dc2280
[INFO] running `Command { std: "docker" "start" "-a" "fd31962cb829a7c9fcfaf2be5c02337d3982ff91d877e01c72f396b851dc2280", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling mana-core v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 12.43s
[INFO] running `Command { std: "docker" "inspect" "fd31962cb829a7c9fcfaf2be5c02337d3982ff91d877e01c72f396b851dc2280", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd31962cb829a7c9fcfaf2be5c02337d3982ff91d877e01c72f396b851dc2280", kill_on_drop: false }`
[INFO] [stdout] fd31962cb829a7c9fcfaf2be5c02337d3982ff91d877e01c72f396b851dc2280
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 12ad2c1c88cb53c173e679beca458062ea7b4b4111f3ea5b7b53c742686d15cc
[INFO] running `Command { std: "docker" "start" "-a" "12ad2c1c88cb53c173e679beca458062ea7b4b4111f3ea5b7b53c742686d15cc", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mana_core-d6e30155cdb11e37)
[INFO] [stdout] 
[INFO] [stdout] running 673 tests
[INFO] [stdout] test agent_presets::tests::all_presets_returns_at_least_three ... ok
[INFO] [stdout] test agent_presets::tests::all_templates_contain_id_placeholder ... ok
[INFO] [stdout] test agent_presets::tests::plan_cmd_expands_id ... ok
[INFO] [stdout] test agent_presets::tests::run_cmd_expands_id ... ok
[INFO] [stdout] test agent_presets::tests::get_preset_aider ... ok
[INFO] [stdout] test agent_presets::tests::get_preset_is_case_insensitive ... ok
[INFO] [stdout] test agent_presets::tests::get_preset_pi_returns_correct_templates ... ok
[INFO] [stdout] test agent_presets::tests::get_preset_claude ... ok
[INFO] [stdout] test agent_presets::tests::get_preset_nonexistent_returns_none ... ok
[INFO] [stdout] test blocking::tests::blocking_deps_still_block_oversized_units ... ok
[INFO] [stdout] test blocking::tests::blocking_deps_still_block_unscoped_units ... ok
[INFO] [stdout] test blocking::tests::blocking_display_waiting_on ... ok
[INFO] [stdout] test blocking::tests::blocking_no_duplicate_when_dep_and_requires_overlap ... ok
[INFO] [stdout] test blocking::tests::blocking_not_blocked_when_producer_closed ... ok
[INFO] [stdout] test blocking::tests::blocking_waiting_on_open_dep ... ok
[INFO] [stdout] test blocking::tests::blocking_waiting_on_sibling_producer ... ok
[INFO] [stdout] test blocking::tests::blocking_waiting_on_multiple_deps ... ok
[INFO] [stdout] test blocking::tests::blocking_waiting_on_missing_dep ... ok
[INFO] [stdout] test blocking::tests::not_blocked_with_paths_only ... ok
[INFO] [stdout] test blocking::tests::not_blocked_with_produces_only ... ok
[INFO] [stdout] test blocking::tests::unscoped_unit_is_not_blocked ... ok
[INFO] [stdout] test blocking::tests::warning_not_oversized_at_threshold ... ok
[INFO] [stdout] test blocking::tests::blocking_not_blocked_when_deps_closed ... ok
[INFO] [stdout] test blocking::tests::warning_display_oversized ... ok
[INFO] [stdout] test blocking::tests::warning_oversized_too_many_paths ... ok
[INFO] [stdout] test blocking::tests::warning_oversized_too_many_produces ... ok
[INFO] [stdout] test config::tests::extends_missing_file_errors ... ok
[INFO] [stdout] test config::tests::extends_not_serialized_when_empty ... ok
[INFO] [stdout] test config::tests::extends_defaults_to_empty ... ok
[INFO] [stdout] test config::tests::auto_close_parent_can_be_disabled ... ok
[INFO] [stdout] test config::tests::extends_recursive_a_extends_b_extends_c ... ok
[INFO] [stdout] test config::tests::extends_circular_detected_and_skipped ... ok
[INFO] [stdout] test config::tests::extends_inherits_max_concurrent ... ok
[INFO] [stdout] test config::tests::extends_single_merges_fields ... ok
[INFO] [stdout] test config::tests::batch_verify_not_serialized_when_false ... ok
[INFO] [stdout] test config::tests::increment_id_returns_current_and_bumps ... ok
[INFO] [stdout] test config::tests::extends_inherits_plan ... ok
[INFO] [stdout] test config::tests::extends_tilde_resolves_to_home_dir ... ok
[INFO] [stdout] test config::tests::config_round_trips_through_yaml ... ok
[INFO] [stdout] test config::tests::max_tokens_in_yaml_silently_ignored ... ok
[INFO] [stdout] test config::tests::extends_local_overrides_new_fields ... ok
[INFO] [stdout] test config::tests::new_fields_round_trip_through_yaml ... ok
[INFO] [stdout] test config::tests::auto_close_parent_defaults_to_true ... ok
[INFO] [stdout] test config::tests::extends_local_overrides_parent ... ok
[INFO] [stdout] test config::tests::plan_can_be_set ... ok
[INFO] [stdout] test config::tests::batch_verify_can_be_enabled ... ok
[INFO] [stdout] test config::tests::batch_verify_defaults_to_false ... ok
[INFO] [stdout] test config::tests::poll_interval_can_be_customized ... ok
[INFO] [stdout] test config::tests::run_defaults_to_none ... ok
[INFO] [stdout] test config::tests::plan_defaults_to_none ... ok
[INFO] [stdout] test agent_presets::tests::detect_agents_returns_vec ... ok
[INFO] [stdout] test config::tests::run_not_serialized_when_none ... ok
[INFO] [stdout] test config::tests::extends_empty_loads_normally ... ok
[INFO] [stdout] test config::tests::extends_project_and_next_id_never_inherited ... ok
[INFO] [stdout] test config::tests::load_returns_error_for_missing_file ... ok
[INFO] [stdout] test ctx_assembler::tests::test_allows_dots_in_filenames ... ok
[INFO] [stdout] test config::tests::max_loops_can_be_customized ... ok
[INFO] [stdout] test ctx_assembler::tests::test_adjacent_paths ... ok
[INFO] [stdout] test ctx_assembler::tests::test_assemble_context_preserves_content ... ok
[INFO] [stdout] test ctx_assembler::tests::test_assemble_context_multiple_files ... ok
[INFO] [stdout] test config::tests::max_concurrent_defaults_to_4 ... ok
[INFO] [stdout] test config::tests::load_returns_error_for_invalid_yaml ... ok
[INFO] [stdout] test config::tests::max_concurrent_can_be_customized ... ok
[INFO] [stdout] test config::tests::max_loops_defaults_to_10 ... ok
[INFO] [stdout] test ctx_assembler::tests::test_detect_language_java ... ok
[INFO] [stdout] test config::tests::extends_inherits_poll_interval ... ok
[INFO] [stdout] test ctx_assembler::tests::test_assemble_context_single_file ... ok
[INFO] [stdout] test ctx_assembler::tests::test_detect_language_markdown ... ok
[INFO] [stdout] test ctx_assembler::tests::test_deeply_nested_paths ... ok
[INFO] [stdout] test ctx_assembler::tests::test_deduplicate_paths ... ok
[INFO] [stdout] test config::tests::run_can_be_set ... ok
[INFO] [stdout] test ctx_assembler::tests::test_assemble_context_skips_missing_files ... ok
[INFO] [stdout] test ctx_assembler::tests::test_assemble_context_rejects_symlink_escape ... ok
[INFO] [stdout] test config::tests::plan_not_serialized_when_none ... ok
[INFO] [stdout] test config::tests::poll_interval_defaults_to_30 ... ok
[INFO] [stdout] test ctx_assembler::tests::test_detect_language_go ... ok
[INFO] [stdout] test ctx_assembler::tests::test_detect_language_json ... ok
[INFO] [stdout] test ctx_assembler::tests::test_assemble_context_empty_paths ... ok
[INFO] [stdout] test config::tests::save_creates_file_that_is_valid_yaml ... ok
[INFO] [stdout] test ctx_assembler::tests::test_format_file_block_json ... ok
[INFO] [stdout] test ctx_assembler::tests::test_empty_string ... ok
[INFO] [stdout] test ctx_assembler::tests::test_go_and_java_extensions ... ok
[INFO] [stdout] test ctx_assembler::tests::test_format_file_block_multiline ... ok
[INFO] [stdout] test ctx_assembler::tests::test_format_file_block_python ... ok
[INFO] [stdout] test ctx_assembler::tests::test_detect_language_python ... ok
[INFO] [stdout] test ctx_assembler::tests::test_detect_language_rust ... ok
[INFO] [stdout] test ctx_assembler::tests::test_detect_language_yaml ... ok
[INFO] [stdout] test ctx_assembler::tests::test_detect_language_shell ... ok
[INFO] [stdout] test ctx_assembler::tests::test_path_at_end_of_string ... ok
[INFO] [stdout] test ctx_assembler::tests::test_multiple_paths ... ok
[INFO] [stdout] test ctx_assembler::tests::test_order_of_appearance ... ok
[INFO] [stdout] test ctx_assembler::tests::test_no_paths ... ok
[INFO] [stdout] test ctx_assembler::tests::test_ignores_urls ... ok
[INFO] [stdout] test ctx_assembler::tests::test_detect_language_toml ... ok
[INFO] [stdout] test ctx_assembler::tests::test_detect_language_tsx ... ok
[INFO] [stdout] test ctx_assembler::tests::test_ignores_absolute_paths ... ok
[INFO] [stdout] test ctx_assembler::tests::test_mixed_valid_and_invalid ... ok
[INFO] [stdout] test ctx_assembler::tests::test_path_at_start_of_string ... ok
[INFO] [stdout] test ctx_assembler::tests::test_path_in_middle_of_sentence ... ok
[INFO] [stdout] test ctx_assembler::tests::test_paths_with_numbers ... ok
[INFO] [stdout] test ctx_assembler::tests::test_paths_with_hyphens ... ok
[INFO] [stdout] test ctx_assembler::tests::test_paths_with_underscores ... ok
[INFO] [stdout] test ctx_assembler::tests::test_detect_language_unknown ... ok
[INFO] [stdout] test ctx_assembler::tests::test_detect_language_yml ... ok
[INFO] [stdout] test ctx_assembler::tests::test_read_file_missing ... ok
[INFO] [stdout] test ctx_assembler::tests::test_format_file_block_rust ... ok
[INFO] [stdout] test ctx_assembler::tests::test_read_file_binary ... ok
[INFO] [stdout] test ctx_assembler::tests::test_detect_language_typescript ... ok
[INFO] [stdout] test ctx_assembler::tests::test_read_file_rejects_non_utf8 ... ok
[INFO] [stdout] test ctx_assembler::tests::test_rejects_parent_traversal ... ok
[INFO] [stdout] test ctx_assembler::tests::test_shell_script_extension ... ok
[INFO] [stdout] test ctx_assembler::tests::test_rejects_traversal_keeps_valid ... ok
[INFO] [stdout] test ctx_assembler::tests::test_rejects_mid_path_traversal ... ok
[INFO] [stdout] test ctx_assembler::tests::test_single_path ... ok
[INFO] [stdout] test ctx_assembler::tests::test_various_extensions ... ok
[INFO] [stdout] test ctx_assembler::tests::test_with_punctuation ... ok
[INFO] [stdout] test ctx_assembler::tests::test_read_file_rejects_oversized ... ok
[INFO] [stdout] test ctx_assembler::tests::test_yaml_and_json_extensions ... ok
[INFO] [stdout] test discovery::tests::archive_path_for_unit_basic ... ok
[INFO] [stdout] test ctx_assembler::tests::test_tsx_extension ... ok
[INFO] [stdout] test ctx_assembler::tests::test_read_file_success ... ok
[INFO] [stdout] test ctx_assembler::tests::test_yml_extension ... ok
[INFO] [stdout] test discovery::tests::archive_path_for_unit_hierarchical_id ... ok
[INFO] [stdout] test discovery::tests::archive_path_for_unit_long_slug ... ok
[INFO] [stdout] test discovery::tests::archive_path_for_unit_single_digit_month ... ok
[INFO] [stdout] test discovery::tests::find_archived_unit_no_archive_dir ... ok
[INFO] [stdout] test discovery::tests::find_archived_unit_validates_id ... ok
[INFO] [stdout] test discovery::tests::find_archived_unit_hierarchical_id ... ok
[INFO] [stdout] test discovery::tests::find_unit_file_hierarchical_id ... ok
[INFO] [stdout] test discovery::tests::find_unit_file_handles_numeric_id_prefix_matching ... ok
[INFO] [stdout] test discovery::tests::find_archived_unit_three_level_id ... ok
[INFO] [stdout] test discovery::tests::archive_path_for_unit_three_level_id ... ok
[INFO] [stdout] test discovery::tests::find_archived_unit_with_long_slug ... ok
[INFO] [stdout] test discovery::tests::find_archived_unit_multiple_years ... ok
[INFO] [stdout] test discovery::tests::archive_path_for_unit_yaml_extension ... ok
[INFO] [stdout] test discovery::tests::find_archived_unit_simple_id ... ok
[INFO] [stdout] test discovery::tests::find_archived_unit_not_found ... ok
[INFO] [stdout] test discovery::tests::find_archived_unit_ignores_non_matching_ids ... ok
[INFO] [stdout] test discovery::tests::find_unit_file_ignores_files_without_proper_prefix ... ok
[INFO] [stdout] test discovery::tests::find_unit_file_not_found ... ok
[INFO] [stdout] test discovery::tests::find_unit_file_returns_first_match ... ok
[INFO] [stdout] test discovery::tests::find_unit_file_prefers_md_over_yaml ... ok
[INFO] [stdout] test discovery::tests::find_archived_unit_multiple_months ... ok
[INFO] [stdout] test discovery::tests::find_unit_file_validates_id ... ok
[INFO] [stdout] test discovery::tests::find_unit_file_three_level_id ... ok
[INFO] [stdout] test failure::tests::count_tool_counts_all_occurrences ... ok
[INFO] [stdout] test discovery::tests::finds_units_in_current_dir ... ok
[INFO] [stdout] test failure::tests::extract_files_skips_multi_word_args ... ok
[INFO] [stdout] test failure::tests::extract_last_tools_returns_all_when_fewer_than_n ... ok
[INFO] [stdout] test failure::tests::extract_tool_paths_deduplicates ... ok
[INFO] [stdout] test failure::tests::format_duration_exact_minutes ... ok
[INFO] [stdout] test failure::tests::extract_tool_paths_returns_empty_for_missing_tool ... ok
[INFO] [stdout] test failure::tests::format_duration_minutes_and_seconds ... ok
[INFO] [stdout] test failure::tests::format_duration_seconds_only ... ok
[INFO] [stdout] test failure::tests::format_tokens_millions ... ok
[INFO] [stdout] test failure::tests::format_tokens_thousands ... ok
[INFO] [stdout] test failure::tests::format_tokens_raw ... ok
[INFO] [stdout] test failure::tests::singular_bash_command ... ok
[INFO] [stdout] test failure::tests::suggestion_aborted ... ok
[INFO] [stdout] test failure::tests::suggestion_claim ... ok
[INFO] [stdout] test failure::tests::suggestion_idle_timeout_more_specific ... ok
[INFO] [stdout] test failure::tests::suggestion_exit_code ... ok
[INFO] [stdout] test failure::tests::suggestion_timeout_generic ... ok
[INFO] [stdout] test failure::tests::suggestion_none_for_unknown_error ... ok
[INFO] [stdout] test failure::tests::summarize_paths_three_or_fewer ... ok
[INFO] [stdout] test failure::tests::summarize_paths_more_than_three ... ok
[INFO] [stdout] test failure::tests::summary_contains_all_sections ... ok
[INFO] [stdout] test failure::tests::summary_without_error_shows_unknown ... ok
[INFO] [stdout] test discovery::tests::find_unit_file_rejects_special_chars_in_id ... ok
[INFO] [stdout] test discovery::tests::find_unit_file_with_special_chars_in_slug ... ok
[INFO] [stdout] test discovery::tests::find_unit_file_with_long_slug ... ok
[INFO] [stdout] test graph::tests::detect_two_node_cycle ... ok
[INFO] [stdout] test discovery::tests::finds_units_in_grandparent_dir ... ok
[INFO] [stdout] test discovery::tests::find_unit_file_simple_id ... ok
[INFO] [stdout] test graph::tests::detect_three_node_cycle ... ok
[INFO] [stdout] test discovery::tests::finds_units_in_parent_dir ... ok
[INFO] [stdout] test discovery::tests::prefers_closest_mana_dir ... ok
[INFO] [stdout] test discovery::tests::returns_error_when_no_units_exists ... ok
[INFO] [stdout] test graph::tests::subtree_attempts_unknown_root_returns_zero ... ok
[INFO] [stdout] test history::tests::append_creates_file_and_writes_valid_jsonl ... ok
[INFO] [stdout] test graph::tests::subtree_attempts_sums_all_descendants ... ok
[INFO] [stdout] test discovery::tests::finds_units_through_symlinked_start_path ... ok
[INFO] [stdout] test graph::tests::subtree_attempts_single_unit_no_children ... ok
[INFO] [stdout] test history::tests::append_swallows_errors_on_missing_dir ... ok
[INFO] [stdout] test graph::tests::subtree_attempts_zero_attempts_everywhere ... ok
[INFO] [stdout] test history::tests::append_error_field_null_when_none ... ok
[INFO] [stdout] test graph::tests::detect_self_cycle ... ok
[INFO] [stdout] test graph::tests::subtree_attempts_includes_root ... ok
[INFO] [stdout] test hooks::tests::test_create_trust_creates_trust_file ... ok
[INFO] [stdout] test history::tests::append_error_field_serialized_when_present ... ok
[INFO] [stdout] test discovery::tests::find_unit_file_validates_empty_id ... ok
[INFO] [stdout] test history::tests::append_appends_multiple_lines ... ok
[INFO] [stdout] test discovery::tests::find_unit_file_supports_legacy_yaml_files ... ok
[INFO] [stdout] test graph::tests::subtree_attempts_subtree_only ... ok
[INFO] [stdout] test hooks::tests::test_expand_template_empty_template ... ok
[INFO] [stdout] test hooks::tests::test_expand_template_multiple_same_var ... ok
[INFO] [stdout] test hooks::tests::test_execute_hook_skips_when_not_trusted ... ok
[INFO] [stdout] test hooks::tests::test_expand_template_missing_vars_left_as_is ... ok
[INFO] [stdout] test graph::tests::no_cycle_linear_chain ... ok
[INFO] [stdout] test graph::tests::subtree_attempts_includes_archived_units ... ok
[INFO] [stdout] test hooks::tests::test_execute_hook_respects_non_trusted_status ... ok
[INFO] [stdout] test hooks::tests::test_expand_template_output_truncated_to_1000_chars ... ok
[INFO] [stdout] test hooks::tests::test_expand_template_with_all_vars ... ok
[INFO] [stdout] test hooks::tests::test_get_hook_path ... ok
[INFO] [stdout] test hooks::tests::test_hook_event_string_representation ... ok
[INFO] [stdout] test hooks::tests::test_execute_config_hook_failure_does_not_panic ... ok
[INFO] [stdout] test hooks::tests::test_hook_payload_with_all_unit_fields ... ok
[INFO] [stdout] test hooks::tests::test_hook_payload_with_reason ... ok
[INFO] [stdout] test failure::tests::extract_files_deduplicates_across_tools ... ok
[INFO] [stdout] test failure::tests::extract_last_tools_returns_last_n ... ok
[INFO] [stdout] test hooks::tests::test_hook_payload_serializes_to_json ... ok
[INFO] [stdout] test hooks::tests::test_expand_template_no_placeholders ... ok
[INFO] [stdout] test hooks::tests::test_is_hook_executable_with_executable_file ... ok
[INFO] [stdout] test hooks::tests::test_is_trusted_returns_false_when_trust_file_does_not_exist ... ok
[INFO] [stdout] test hooks::tests::test_is_hook_executable_with_missing_file ... ok
[INFO] [stdout] test hooks::tests::test_is_hook_executable_with_non_executable_file ... ok
[INFO] [stdout] test hooks::tests::test_missing_hook_returns_ok_true ... ok
[INFO] [stdout] test hooks::tests::test_hook_receives_json_payload_on_stdin ... ok
[INFO] [stdout] test hooks::tests::test_is_trusted_returns_true_when_trust_file_exists ... ok
[INFO] [stdout] test hooks::tests::test_revoke_trust_removes_trust_file ... ok
[INFO] [stdout] test index::archive_index_tests::archive_index_build_empty_when_no_archive_dir ... ok
[INFO] [stdout] test index::archive_index_tests::archive_index_load_or_rebuild_returns_empty_when_no_archive ... ok
[INFO] [stdout] test index::archive_index_tests::archive_index_not_stale_when_no_archive_dir ... ok
[INFO] [stdout] test index::archive_index_tests::archive_index_is_stale_when_no_archive_yaml ... ok
[INFO] [stdout] test index::archive_index_tests::archive_index_not_stale_after_build_and_save ... ok
[INFO] [stdout] test index::archive_index_tests::archive_index_load_or_rebuild_builds_when_stale ... ok
[INFO] [stdout] test index::archive_index_tests::archive_index_remove ... ok
[INFO] [stdout] test index::archive_index_tests::archive_index_append_deduplicates ... ok
[INFO] [stdout] test index::archive_tests::collect_archived_empty_when_no_archive ... ok
[INFO] [stdout] test index::format_count_tests::count_unit_formats_excludes_config_files ... ok
[INFO] [stdout] test index::format_count_tests::count_unit_formats_mixed ... ok
[INFO] [stdout] test index::format_count_tests::count_unit_formats_only_md ... ok
[INFO] [stdout] test index::archive_index_tests::archive_index_build_from_archive_dir ... ok
[INFO] [stdout] test index::format_count_tests::count_unit_formats_empty_dir ... ok
[INFO] [stdout] test index::archive_tests::collect_archived_finds_units ... ok
[INFO] [stdout] test index::archive_index_tests::archive_index_save_load_roundtrip ... ok
[INFO] [stdout] test index::format_count_tests::count_unit_formats_only_yaml ... ok
[INFO] [stdout] test index::tests::build_empty_directory ... ok
[INFO] [stdout] test index::tests::is_stale_when_index_missing ... ok
[INFO] [stdout] test hooks::tests::test_execute_hook_runs_when_trusted ... ok
[INFO] [stdout] test index::archive_index_tests::archive_index_stale_when_file_newer ... ok
[INFO] [stdout] test hooks::tests::test_successful_hook_execution ... ok
[INFO] [stdout] test hooks::tests::test_revoke_trust_errors_if_file_does_not_exist ... ok
[INFO] [stdout] test hooks::tests::test_hook_execution_with_failure_exit_code ... FAILED
[INFO] [stdout] test index::tests::build_detects_multiple_duplicate_ids ... ok
[INFO] [stdout] test index::tests::build_detects_duplicate_ids ... ok
[INFO] [stdout] test index::tests::natural_sort_basic ... ok
[INFO] [stdout] test index::tests::build_reads_all_units_and_excludes_config ... ok
[INFO] [stdout] test index::tests::build_excludes_index_and_unit_yaml ... ok
[INFO] [stdout] test index::tests::build_extracts_fields_correctly ... ok
[INFO] [stdout] test index::tests::natural_sort_dotted_ids ... ok
[INFO] [stdout] test hooks::tests::test_non_executable_hook_returns_error ... ok
[INFO] [stdout] test index::tests::natural_sort_full_sequence ... ok
[INFO] [stdout] test index::tests::locked_index_released_on_drop ... ok
[INFO] [stdout] test index::tests::natural_sort_numeric_not_lexicographic ... ok
[INFO] [stdout] test index::tests::locked_index_acquire_and_save ... ok
[INFO] [stdout] test index::tests::load_or_rebuild_builds_when_no_index ... ok
[INFO] [stdout] test index::tests::locked_index_creates_lock_file ... ok
[INFO] [stdout] test locks::tests::list_locks_returns_all ... ok
[INFO] [stdout] test locks::tests::different_owner_blocked_by_live_lock ... ok
[INFO] [stdout] test locks::tests::list_locks_filters_stale ... ok
[INFO] [stdout] test locks::tests::acquire_cleans_stale_and_succeeds ... ok
[INFO] [stdout] test locks::tests::acquire_and_release_via_unit ... ok
[INFO] [stdout] test index::tests::load_or_rebuild_loads_when_fresh ... ok
[INFO] [stdout] test locks::tests::same_owner_reacquire_is_idempotent ... ok
[INFO] [stdout] test locks::tests::stale_lock_is_cleaned ... ok
[INFO] [stdout] test locks::tests::clear_all_removes_everything ... ok
[INFO] [stdout] test locks::tests::release_all_for_unit_works ... ok
[INFO] [stdout] test ops::adopt::tests::adopt_fails_for_missing_parent ... ok
[INFO] [stdout] test index::tests::not_stale_when_index_is_fresh ... ok
[INFO] [stdout] test index::tests::save_and_load_round_trip ... ok
[INFO] [stdout] test ops::adopt::tests::adopt_updates_dependencies ... ok
[INFO] [stdout] test ops::claim::tests::claim_closed_unit_fails ... ok
[INFO] [stdout] test ops::claim::tests::claim_nonexistent_unit_fails ... ok
[INFO] [stdout] test ops::batch_verify::tests::batch_verify_empty_noop ... ok
[INFO] [stdout] test ops::claim::tests::claim_non_open_unit_fails ... ok
[INFO] [stdout] test ops::claim::tests::claim_starts_attempt ... ok
[INFO] [stdout] test ops::batch_verify::tests::batch_verify_fails_reopen_units ... ok
[INFO] [stdout] test index::tests::is_stale_when_yaml_newer_than_index ... ok
[INFO] [stdout] test ops::claim::tests::claim_rebuilds_index ... ok
[INFO] [stdout] test ops::claim::tests::claim_open_unit ... ok
[INFO] [stdout] test index::tests::is_stale_ignores_non_yaml ... ok
[INFO] [stdout] test ops::adopt::tests::adopt_single_unit ... ok
[INFO] [stdout] test ops::claim::tests::release_nonexistent_unit_fails ... ok
[INFO] [stdout] test ops::claim::tests::release_marks_attempt_abandoned ... ok
[INFO] [stdout] test ops::claim::tests::claim_unit_with_empty_verify_is_goal ... ok
[INFO] [stdout] test ops::claim::tests::claim_unit_without_verify_is_goal ... ok
[INFO] [stdout] test ops::claim::tests::claim_unit_with_verify_is_not_goal ... ok
[INFO] [stdout] test ops::claim::tests::multiple_claims_accumulate_attempts ... ok
[INFO] [stdout] test ops::claim::tests::claim_stuck_in_progress_without_release_fails ... ok
[INFO] [stdout] test ops::claim::tests::release_claimed_unit ... ok
[INFO] [stdout] test ops::claim::tests::claim_without_by ... ok
[INFO] [stdout] test ops::claim::tests::release_resets_timed_out_in_progress_unit_to_open ... ok
[INFO] [stdout] test ops::close::tests::all_children_closed_when_no_children ... ok
[INFO] [stdout] test ops::claim::tests::release_rebuilds_index ... ok
[INFO] [stdout] test ops::batch_verify::tests::batch_verify_passes_close_units ... ok
[INFO] [stdout] test ops::close::tests::circuit_breaker_zero_disabled ... ok
[INFO] [stdout] test ops::close::tests::archive_unit_moves_and_marks ... ok
[INFO] [stdout] test ops::batch_verify::tests::batch_verify_mixed_results ... ok
[INFO] [stdout] test ops::claim::tests::verify_on_claim_force_overrides ... ok
[INFO] [stdout] test ops::close::tests::auto_close_skips_feature_parents ... ok
[INFO] [stdout] test ops::close::tests::close_failed_marks_unit_as_failed ... ok
[INFO] [stdout] test ops::close::tests::close_defer_returns_outcome ... ok
[INFO] [stdout] test ops::close::tests::close_feature_returns_requires_human ... ok
[INFO] [stdout] test ops::close::tests::close_nonexistent_unit ... ok
[INFO] [stdout] test ops::close::tests::auto_close_parents_when_all_children_closed ... ok
[INFO] [stdout] test ops::claim::tests::verify_on_claim_passing_verify_rejected ... ok
[INFO] [stdout] test ops::claim::tests::verify_on_claim_failing_verify_succeeds ... ok
[INFO] [stdout] test ops::close::tests::expand_commit_template_substitutes_all_placeholders ... ok
[INFO] [stdout] test ops::close::tests::format_failure_note_includes_exit_code ... ok
[INFO] [stdout] test ops::close::tests::process_on_fail_escalate_sets_priority ... ok
[INFO] [stdout] test ops::close::tests::process_on_fail_none ... ok
[INFO] [stdout] test ops::close::tests::process_on_fail_retry_releases_claim ... ok
[INFO] [stdout] test ops::close::tests::record_failure_increments_attempts ... ok
[INFO] [stdout] test ops::close::tests::record_failure_timeout ... ok
[INFO] [stdout] test ops::close::tests::close_with_reason ... ok
[INFO] [stdout] test ops::close::tests::truncate_to_char_boundary_ascii ... ok
[INFO] [stdout] test ops::close::tests::truncate_to_char_boundary_multibyte ... ok
[INFO] [stdout] test ops::close::tests::truncate_output_short ... ok
[INFO] [stdout] test ops::config_cmd::tests::get_commit_template_returns_default_when_unset ... ok
[INFO] [stdout] test ops::close::tests::all_children_closed_when_some_open ... ok
[INFO] [stdout] test ops::config_cmd::tests::get_project ... ok
[INFO] [stdout] test ops::close::tests::close_defer_skips_verify ... ok
[INFO] [stdout] test ops::claim::tests::verify_on_claim_checkpoint_sha_stored ... ok
[INFO] [stdout] test ops::close::tests::close_single_unit ... ok
[INFO] [stdout] test ops::config_cmd::tests::set_run_stores_and_clears ... ok
[INFO] [stdout] test ops::close::tests::close_force_skips_verify ... ok
[INFO] [stdout] test ops::config_cmd::tests::set_unknown_key_returns_error ... ok
[INFO] [stdout] test ops::context::tests::assemble_context_basic ... ok
[INFO] [stdout] test ops::config_cmd::tests::get_unknown_key_returns_error ... ok
[INFO] [stdout] test ops::context::tests::assemble_context_not_found ... ok
[INFO] [stdout] test ops::context::tests::extract_rust_structure_basic ... ok
[INFO] [stdout] test ops::context::tests::format_attempt_notes_empty ... ok
[INFO] [stdout] test ops::context::tests::format_attempt_notes_skips_whitespace_only ... ok
[INFO] [stdout] test ops::context::tests::extract_ts_structure_basic ... ok
[INFO] [stdout] test ops::context::tests::format_attempt_notes_with_data ... ok
[INFO] [stdout] test ops::context::tests::format_attempt_notes_with_unit_notes ... ok
[INFO] [stdout] test ops::context::tests::assemble_context_with_files ... ok
[INFO] [stdout] test ops::context::tests::extract_python_structure_basic ... ok
[INFO] [stdout] test ops::context::tests::load_rules_returns_content ... ok
[INFO] [stdout] test ops::context::tests::load_rules_returns_none_when_empty ... ok
[INFO] [stdout] test ops::context::tests::load_rules_returns_none_when_missing ... ok
[INFO] [stdout] test ops::context::tests::merge_paths_deduplicates ... ok
[INFO] [stdout] test ops::delete::tests::delete_nonexistent ... ok
[INFO] [stdout] test ops::batch_verify::tests::batch_verify_groups_by_command ... ok
[INFO] [stdout] test ops::close::tests::close_with_passing_verify ... ok
[INFO] [stdout] test ops::create::tests::create_rebuilds_index ... ok
[INFO] [stdout] test ops::delete::tests::delete_rebuilds_index ... ok
[INFO] [stdout] test ops::create::tests::create_minimal ... ok
[INFO] [stdout] test ops::delete::tests::delete_cleans_deps ... ok
[INFO] [stdout] test ops::dep::tests::test_dep_add_cycle_detection ... ok
[INFO] [stdout] test ops::dep::tests::test_dep_add_duplicate_rejected ... ok
[INFO] [stdout] test ops::dep::tests::test_dep_add_self_dependency_rejected ... ok
[INFO] [stdout] test ops::dep::tests::test_dep_add_nonexistent_unit ... ok
[INFO] [stdout] test ops::create::tests::create_child ... ok
[INFO] [stdout] test ops::close::tests::close_defer_normal_unchanged ... ok
[INFO] [stdout] test ops::fact::tests::create_fact_requires_verify ... ok
[INFO] [stdout] test ops::dep::tests::test_dep_remove_not_found ... ok
[INFO] [stdout] test ops::close::tests::close_with_failing_verify ... ok
[INFO] [stdout] test ops::dep::tests::test_dep_add_simple ... ok
[INFO] [stdout] test ops::delete::tests::delete_unit ... ok
[INFO] [stdout] test ops::create::tests::create_increments ... ok
[INFO] [stdout] test ops::init::tests::init_creates_config ... ok
[INFO] [stdout] test ops::dep::tests::test_dep_list_with_dependencies ... ok
[INFO] [stdout] test ops::init::tests::init_preserves_next_id_on_reinit ... ok
[INFO] [stdout] test ops::init::tests::init_creates_rules_md ... ok
[INFO] [stdout] test ops::dep::tests::test_dep_remove ... ok
[INFO] [stdout] test ops::fact::tests::create_fact_with_paths ... ok
[INFO] [stdout] test ops::init::tests::init_creates_mana_dir ... ok
[INFO] [stdout] test ops::init::tests::init_does_not_overwrite_rules_md ... ok
[INFO] [stdout] test ops::list::tests::list_filter_priority ... ok
[INFO] [stdout] test ops::list::tests::list_filter_assignee ... ok
[INFO] [stdout] test ops::fact::tests::create_fact_sets_unit_type ... ok
[INFO] [stdout] test ops::list::tests::list_filter_parent ... ok
[INFO] [stdout] test ops::init::tests::init_with_run_and_plan ... ok
[INFO] [stdout] test ops::move_units::tests::resolve_fails_for_no_units ... ok
[INFO] [stdout] test ops::move_units::tests::move_fails_for_same_directory ... ok
[INFO] [stdout] test ops::memory_context::tests::memory_context_shows_claimed_units ... ok
[INFO] [stdout] test ops::move_units::tests::resolve_with_project_dir ... ok
[INFO] [stdout] test ops::list::tests::list_all ... ok
[INFO] [stdout] test index::tests::locked_index_blocks_concurrent_access ... ok
[INFO] [stdout] test ops::mutate::tests::apply_mutation_deletes_line ... ok
[INFO] [stdout] test ops::mutate::tests::apply_mutation_first_line ... ok
[INFO] [stdout] test ops::mutate::tests::apply_mutation_last_line ... ok
[INFO] [stdout] test ops::mutate::tests::apply_mutation_replaces_line ... ok
[INFO] [stdout] test ops::memory_context::tests::memory_context_empty ... ok
[INFO] [stdout] test ops::mutate::tests::generate_arithmetic_mutations ... ok
[INFO] [stdout] test ops::mutate::tests::generate_boolean_mutations ... ok
[INFO] [stdout] test ops::mutate::tests::generate_boolean_word_boundary ... ok
[INFO] [stdout] test ops::mutate::tests::generate_comparison_mutations ... ok
[INFO] [stdout] test ops::mutate::tests::generate_delete_mutations ... ok
[INFO] [stdout] test ops::mutate::tests::generate_logical_mutations ... ok
[INFO] [stdout] test ops::mutate::tests::parse_hunk_header_no_plus ... ok
[INFO] [stdout] test ops::mutate::tests::parse_hunk_header_single_line ... ok
[INFO] [stdout] test ops::mutate::tests::parse_hunk_header_with_count ... ok
[INFO] [stdout] test ops::mutate::tests::parse_unified_diff_basic ... ok
[INFO] [stdout] test ops::mutate::tests::parse_unified_diff_empty ... ok
[INFO] [stdout] test ops::mutate::tests::parse_unified_diff_multiple_files ... ok
[INFO] [stdout] test ops::mutate::tests::skip_comment_lines ... ok
[INFO] [stdout] test ops::mutate::tests::skip_import_lines_for_arithmetic ... ok
[INFO] [stdout] test ops::move_units::tests::resolve_with_mana_dir ... ok
[INFO] [stdout] test ops::memory_context::tests::memory_context_shows_stale_facts ... ok
[INFO] [stdout] test ops::plan::tests::build_prompt_includes_produces_requires ... ok
[INFO] [stdout] test ops::fact::tests::create_fact_with_custom_ttl ... ok
[INFO] [stdout] test ops::plan::tests::build_prompt_includes_rules ... ok
[INFO] [stdout] test ops::plan::tests::build_prompt_with_strategy ... ok
[INFO] [stdout] test ops::plan::tests::is_oversized_false_for_small ... ok
[INFO] [stdout] test ops::plan::tests::find_candidates_returns_oversized ... ok
[INFO] [stdout] test ops::plan::tests::shell_escape_simple ... ok
[INFO] [stdout] test ops::plan::tests::shell_escape_with_quotes ... ok
[INFO] [stdout] test ops::plan::tests::is_oversized_with_many_produces ... ok
[INFO] [stdout] test ops::recall::tests::score_match_description ... ok
[INFO] [stdout] test ops::list::tests::list_excludes_closed ... ok
[INFO] [stdout] test ops::recall::tests::title_scores_higher_than_description ... ok
[INFO] [stdout] test ops::recall::tests::score_match_title ... ok
[INFO] [stdout] test ops::move_units::tests::move_single_unit ... ok
[INFO] [stdout] test ops::recall::tests::score_match_paths ... ok
[INFO] [stdout] test ops::mutate::tests::skip_trivial_lines ... ok
[INFO] [stdout] test ops::run::tests::all_deps_closed_active_closed_dep_satisfied ... ok
[INFO] [stdout] test ops::run::tests::all_deps_closed_active_open_dep_unsatisfied ... ok
[INFO] [stdout] test ops::run::tests::all_deps_closed_missing_dep_unsatisfied ... ok
[INFO] [stdout] test ops::run::tests::sort_units_by_priority_then_weight ... ok
[INFO] [stdout] test ops::run::tests::all_deps_closed_archived_dep_satisfied ... ok
[INFO] [stdout] test ops::run::tests::sort_units_same_priority_higher_weight_first ... ok
[INFO] [stdout] test ops::run::tests::unit_not_ready_dep_not_completed ... ok
[INFO] [stdout] test ops::run::tests::unit_ready_dep_completed ... ok
[INFO] [stdout] test ops::run::tests::unit_ready_dep_outside_dispatch_set ... ok
[INFO] [stdout] test ops::move_units::tests::move_clears_parent_and_deps ... ok
[INFO] [stdout] test ops::reopen::tests::reopen_nonexistent ... ok
[INFO] [stdout] test ops::run::tests::weights_diamond ... ok
[INFO] [stdout] test ops::run::tests::weights_linear_chain ... ok
[INFO] [stdout] test ops::run::tests::unit_ready_no_deps ... ok
[INFO] [stdout] test ops::reopen::tests::reopen_closed_unit ... ok
[INFO] [stdout] test ops::reopen::tests::reopen_rebuilds_index ... ok
[INFO] [stdout] test ops::run::tests::weights_single_unit ... ok
[INFO] [stdout] test ops::stats::tests::aggregate_cost_no_history ... ok
[INFO] [stdout] test ops::stats::tests::aggregate_cost_with_history ... ok
[INFO] [stdout] test ops::stats::tests::stats_empty_project ... ok
[INFO] [stdout] test ops::show::tests::get_nonexistent ... ok
[INFO] [stdout] test ops::plan::tests::find_candidates_empty_when_all_small ... ok
[INFO] [stdout] test ops::show::tests::get_existing ... ok
[INFO] [stdout] test ops::stats::tests::stats_computes_counts ... ok
[INFO] [stdout] test ops::status::tests::status_detects_blocked ... ok
[INFO] [stdout] test ops::status::tests::awaiting_verify_appears_in_claimed ... ok
[INFO] [stdout] test ops::status::tests::status_empty_project ... ok
[INFO] [stdout] test ops::status::tests::status_skips_closed ... ok
[INFO] [stdout] test ops::sync::tests::sync_empty_project ... ok
[INFO] [stdout] test ops::list::tests::list_filter_current_user_matches_claimed_or_assigned ... ok
[INFO] [stdout] test ops::sync::tests::sync_rebuilds_archive ... ok
[INFO] [stdout] test ops::tidy::tests::tidy_leaves_open_units_alone ... ok
[INFO] [stdout] test ops::sync::tests::sync_rebuilds_index ... ok
[INFO] [stdout] test ops::tidy::tests::tidy_empty_project ... ok
[INFO] [stdout] test ops::tidy::tests::tidy_releases_stale_in_progress_units ... ok
[INFO] [stdout] test ops::tidy::tests::tidy_dry_run_does_not_move_files ... ok
[INFO] [stdout] test ops::status::tests::status_archived_dep_not_blocking ... ok
[INFO] [stdout] test ops::unarchive::tests::unarchive_nonexistent ... ok
[INFO] [stdout] test ops::unarchive::tests::unarchive_already_in_main_dir ... ok
[INFO] [stdout] test ops::status::tests::status_categorizes_units ... ok
[INFO] [stdout] test ops::tidy::tests::tidy_skips_in_progress_when_agents_running ... ok
[INFO] [stdout] test ops::tidy::tests::tidy_skips_closed_parent_with_open_children ... ok
[INFO] [stdout] test hooks::tests::test_execute_config_hook_with_template_expansion ... ok
[INFO] [stdout] test ops::close::tests::close_auto_commit_uses_default_template_and_includes_index_updates ... ok
[INFO] [stdout] test ops::update::tests::update_rebuilds_index ... ok
[INFO] [stdout] test ops::unarchive::tests::unarchive_basic ... ok
[INFO] [stdout] test ops::update::tests::update_title ... ok
[INFO] [stdout] test ops::unarchive::tests::unarchive_preserves_data ... ok
[INFO] [stdout] test ops::unarchive::tests::unarchive_updates_index ... ok
[INFO] [stdout] test ops::update::tests::update_nonexistent ... ok
[INFO] [stdout] test ops::verify::tests::verify_nonexistent_unit ... ok
[INFO] [stdout] test prompt::tests::approach_contains_unit_id ... ok
[INFO] [stdout] test ops::verify::tests::verify_no_command_returns_none ... ok
[INFO] [stdout] test ops::update::tests::update_appends_notes ... ok
[INFO] [stdout] test prompt::tests::build_prompt_no_verify ... ok
[INFO] [stdout] test prompt::tests::build_prompt_with_acceptance_criteria ... ok
[INFO] [stdout] test prompt::tests::build_prompt_with_concurrent_overlaps ... ok
[INFO] [stdout] test ops::tidy::tests::tidy_archives_closed_units ... ok
[INFO] [stdout] test hooks::tests::test_execute_config_hook_writes_to_file ... ok
[INFO] [stdout] test prompt::tests::build_prompt_minimal_unit ... ok
[INFO] [stdout] test prompt::tests::build_prompt_with_file_references ... ok
[INFO] [stdout] test prompt::tests::concurrent_warning_multiple_overlaps ... ok
[INFO] [stdout] test prompt::tests::concurrent_warning_single_overlap ... ok
[INFO] [stdout] test prompt::tests::constraints_contains_unit_id ... ok
[INFO] [stdout] test prompt::tests::detect_language_known_extensions ... ok
[INFO] [stdout] test prompt::tests::detect_language_unknown_extension ... ok
[INFO] [stdout] test prompt::tests::file_context_caps_total_chars ... ok
[INFO] [stdout] test prompt::tests::build_prompt_with_instructions ... ok
[INFO] [stdout] test prompt::tests::build_prompt_with_previous_attempts ... ok
[INFO] [stdout] test ops::update::tests::update_status ... ok
[INFO] [stdout] test prompt::tests::build_prompt_with_rules ... ok
[INFO] [stdout] test prompt::tests::file_context_reads_existing_files ... ok
[INFO] [stdout] test prompt::tests::file_context_no_paths ... ok
[INFO] [stdout] test prompt::tests::file_context_skips_missing_files ... ok
[INFO] [stdout] test prompt::tests::build_prompt_section_order ... ok
[INFO] [stdout] test prompt::tests::load_rules_returns_content ... ok
[INFO] [stdout] test prompt::tests::load_rules_returns_none_when_empty ... ok
[INFO] [stdout] test prompt::tests::previous_attempts_no_notes ... ok
[INFO] [stdout] test prompt::tests::previous_attempts_with_notes ... ok
[INFO] [stdout] test prompt::tests::parent_context_no_parent ... ok
[INFO] [stdout] test prompt::tests::prioritized_paths_create_first ... ok
[INFO] [stdout] test prompt::tests::load_rules_returns_none_when_missing ... ok
[INFO] [stdout] test prompt::tests::parent_context_single_parent ... ok
[INFO] [stdout] test prompt::tests::prioritized_paths_deduplicates ... ok
[INFO] [stdout] test prompt::tests::prioritized_paths_no_keywords ... ok
[INFO] [stdout] test prompt::tests::prioritized_paths_empty ... ok
[INFO] [stdout] test prompt::tests::prioritized_paths_modify_first ... ok
[INFO] [stdout] test prompt::tests::parent_context_caps_total_chars ... ok
[INFO] [stdout] test prompt::tests::parent_context_grandparent_appears_first ... ok
[INFO] [stdout] test prompt::tests::tool_strategy_mentions_key_tools ... ok
[INFO] [stdout] test prompt::tests::truncate_text_at_limit ... ok
[INFO] [stdout] test prompt::tests::truncate_text_over_limit ... ok
[INFO] [stdout] test prompt::tests::truncate_text_short ... ok
[INFO] [stdout] test prompt::tests::sibling_discoveries_no_parent ... ok
[INFO] [stdout] test prompt::tests::verify_gate_with_command ... ok
[INFO] [stdout] test prompt::tests::verify_gate_without_command ... ok
[INFO] [stdout] test relevance::tests::test_paths_no_overlap ... ok
[INFO] [stdout] test relevance::tests::test_paths_overlap_exact ... ok
[INFO] [stdout] test relevance::tests::test_paths_overlap_prefix ... ok
[INFO] [stdout] test relevance::tests::test_relevance_score_combined ... ok
[INFO] [stdout] test relevance::tests::test_relevance_score_dependency_match ... ok
[INFO] [stdout] test relevance::tests::test_relevance_score_path_overlap ... ok
[INFO] [stdout] test unit::tests::defaults_are_correct ... ok
[INFO] [stdout] test unit::tests::deserialize_with_missing_optional_fields ... ok
[INFO] [stdout] test unit::tests::history_deserialized_from_yaml ... ok
[INFO] [stdout] test unit::tests::history_empty_not_serialized ... ok
[INFO] [stdout] test unit::tests::max_loops_defaults_to_none ... ok
[INFO] [stdout] test unit::tests::max_loops_effective_returns_config_value_when_none ... ok
[INFO] [stdout] test prompt::tests::sibling_discoveries_skips_open_siblings ... ok
[INFO] [stdout] test unit::tests::max_loops_overrides_config_when_set ... ok
[INFO] [stdout] test prompt::tests::sibling_discoveries_skips_non_discover_notes ... ok
[INFO] [stdout] test prompt::tests::sibling_discoveries_finds_closed_with_discover ... ok
[INFO] [stdout] test unit::tests::on_close_deserialized_from_yaml ... ok
[INFO] [stdout] test unit::tests::history_round_trip_yaml ... ok
[INFO] [stdout] test unit::tests::max_loops_effective_returns_unit_value_when_set ... ok
[INFO] [stdout] test unit::tests::on_close_empty_vec_not_serialized ... ok
[INFO] [stdout] test unit::tests::file_round_trip ... ok
[INFO] [stdout] test unit::tests::on_close_round_trip_multiple_actions ... ok
[INFO] [stdout] test unit::tests::on_close_round_trip_run_action ... ok
[INFO] [stdout] test unit::tests::on_close_round_trip_notify_action ... ok
[INFO] [stdout] test unit::tests::on_fail_deserialized_from_yaml ... ok
[INFO] [stdout] test ops::verify::tests::verify_passing_command ... ok
[INFO] [stdout] test unit::tests::on_fail_escalate_deserialized_from_yaml ... ok
[INFO] [stdout] test unit::tests::on_fail_escalate_minimal_round_trip ... ok
[INFO] [stdout] test ops::verify::tests::verify_failing_command ... ok
[INFO] [stdout] test unit::tests::on_fail_escalate_round_trip ... ok
[INFO] [stdout] test unit::tests::optional_fields_omitted_when_none ... ok
[INFO] [stdout] test ops::verify::tests::run_verify_command_directly ... ok
[INFO] [stdout] test unit::tests::on_fail_retry_minimal_round_trip ... ok
[INFO] [stdout] test unit::tests::on_fail_retry_round_trip ... ok
[INFO] [stdout] test unit::tests::on_fail_none_not_serialized ... ok
[INFO] [stdout] test unit::tests::outputs_none_not_serialized ... ok
[INFO] [stdout] test unit::tests::outputs_deserialized_from_yaml ... ok
[INFO] [stdout] test unit::tests::outputs_round_trip_nested_object ... ok
[INFO] [stdout] test unit::tests::outputs_round_trip_simple_values ... ok
[INFO] [stdout] test unit::tests::round_trip_minimal_unit ... ok
[INFO] [stdout] test unit::tests::test_hash_changes_with_content ... ok
[INFO] [stdout] test unit::tests::test_hash_consistency ... ok
[INFO] [stdout] test unit::tests::test_parse_md_description_does_not_override_yaml_description ... ok
[INFO] [stdout] test unit::tests::test_parse_md_frontmatter ... ok
[INFO] [stdout] test unit::tests::test_parse_md_frontmatter_missing_closing_delimiter ... ok
[INFO] [stdout] test unit::tests::test_parse_md_frontmatter_empty_body ... ok
[INFO] [stdout] test unit::tests::test_parse_md_frontmatter_multiline_fields ... ok
[INFO] [stdout] test unit::tests::test_parse_md_frontmatter_with_body_containing_dashes ... ok
[INFO] [stdout] test unit::tests::test_parse_md_frontmatter_with_whitespace_in_body ... ok
[INFO] [stdout] test unit::tests::test_parse_md_with_crlf_line_endings ... ok
[INFO] [stdout] test unit::tests::timestamps_serialize_as_iso8601 ... ok
[INFO] [stdout] test unit::tests::validate_priority_accepts_valid_range ... ok
[INFO] [stdout] test unit::tests::validate_priority_rejects_out_of_range ... ok
[INFO] [stdout] test unit::types::tests::awaiting_verify_display ... ok
[INFO] [stdout] test unit::tests::test_fallback_to_yaml_parsing ... ok
[INFO] [stdout] test unit::types::tests::awaiting_verify_deserializes_from_snake_case ... ok
[INFO] [stdout] test unit::types::tests::awaiting_verify_serializes_as_snake_case ... ok
[INFO] [stdout] test unit::types::tests::history_with_cancelled_result ... ok
[INFO] [stdout] test unit::tests::outputs_round_trip_array ... ok
[INFO] [stdout] test unit::tests::max_loops_zero_means_unlimited ... ok
[INFO] [stdout] test unit::types::tests::status_serializes_as_lowercase ... ok
[INFO] [stdout] test unit::types::tests::run_result_serializes_as_snake_case ... ok
[INFO] [stdout] test util::tests::find_similar_returns_empty_when_no_match ... ok
[INFO] [stdout] test util::tests::find_similar_returns_matches_above_threshold ... ok
[INFO] [stdout] test unit::types::tests::run_record_minimal_round_trip ... ok
[INFO] [stdout] test unit::types::tests::run_record_full_round_trip ... ok
[INFO] [stdout] test util::tests::natural_cmp_alpha_ids ... ok
[INFO] [stdout] test util::tests::natural_cmp_different_prefix ... ok
[INFO] [stdout] test util::tests::find_similar_skips_closed_units ... ok
[INFO] [stdout] test util::tests::natural_cmp_numeric_before_alpha ... ok
[INFO] [stdout] test unit::tests::test_from_file_with_hash ... ok
[INFO] [stdout] test util::tests::natural_cmp_mixed_segments ... ok
[INFO] [stdout] test unit::tests::test_file_round_trip_with_markdown ... ok
[INFO] [stdout] test unit::tests::test_parse_md_frontmatter_preserves_metadata_fields ... ok
[INFO] [stdout] test util::tests::natural_cmp_multi_level ... ok
[INFO] [stdout] test util::tests::natural_cmp_multi_digit ... ok
[INFO] [stdout] test util::tests::parse_id_segments_alpha ... ok
[INFO] [stdout] test util::tests::parse_id_segments_leading_zeros ... ok
[INFO] [stdout] test unit::tests::round_trip_full_unit ... ok
[INFO] [stdout] test util::tests::parse_id_segments_multi_level ... ok
[INFO] [stdout] test util::tests::parse_id_segments_single ... ok
[INFO] [stdout] test util::tests::parse_status_valid_in_progress ... ok
[INFO] [stdout] test util::tests::parse_status_valid_open ... ok
[INFO] [stdout] test util::tests::natural_cmp_single_digit ... ok
[INFO] [stdout] test ops::verify::tests::verify_captures_stderr ... ok
[INFO] [stdout] test util::tests::natural_cmp_three_level ... ok
[INFO] [stdout] test util::tests::parse_status_invalid ... ok
[INFO] [stdout] test util::tests::parse_status_valid_closed ... ok
[INFO] [stdout] test util::tests::parse_status_whitespace ... ok
[INFO] [stdout] test util::tests::similarity_ignores_stop_words ... ok
[INFO] [stdout] test util::tests::similarity_identical_titles ... ok
[INFO] [stdout] test util::tests::similarity_close_titles ... ok
[INFO] [stdout] test ops::mutate::tests::mutation_test_no_diff ... ok
[INFO] [stdout] test util::tests::similarity_case_insensitive ... ok
[INFO] [stdout] test util::tests::status_from_str_invalid ... ok
[INFO] [stdout] test util::tests::status_from_str_open ... ok
[INFO] [stdout] test util::tests::similarity_empty_title ... ok
[INFO] [stdout] test util::tests::similarity_subset_match_scores_high ... ok
[INFO] [stdout] test util::tests::similarity_very_different_titles ... ok
[INFO] [stdout] test util::tests::status_from_str_closed ... ok
[INFO] [stdout] test util::tests::similarity_strips_punctuation ... ok
[INFO] [stdout] test util::tests::status_from_str_in_progress ... ok
[INFO] [stdout] test util::tests::title_to_slug_all_whitespace_types ... ok
[INFO] [stdout] test util::tests::title_to_slug_consecutive_hyphens ... ok
[INFO] [stdout] test util::tests::title_to_slug_empty_string ... ok
[INFO] [stdout] test util::tests::title_to_slug_leading_trailing_spaces ... ok
[INFO] [stdout] test util::tests::title_to_slug_mixed_case ... ok
[INFO] [stdout] test util::tests::title_to_slug_multiple_spaces ... ok
[INFO] [stdout] test util::tests::title_to_slug_simple_case ... ok
[INFO] [stdout] test util::tests::title_to_slug_only_spaces ... ok
[INFO] [stdout] test util::tests::title_to_slug_only_special_chars ... ok
[INFO] [stdout] test util::tests::title_to_slug_truncate_with_hyphens ... ok
[INFO] [stdout] test util::tests::test_atomic_write_no_temp_file_left_behind ... ok
[INFO] [stdout] test util::tests::title_to_slug_exactly_50_chars ... ok
[INFO] [stdout] test util::tests::title_to_slug_unicode_removed ... ok
[INFO] [stdout] test util::tests::test_atomic_write_overwrites_existing_file ... ok
[INFO] [stdout] test util::tests::title_to_slug_with_backticks ... ok
[INFO] [stdout] test util::tests::title_to_slug_single_character ... ok
[INFO] [stdout] test util::tests::title_to_slug_with_exclamation ... ok
[INFO] [stdout] test util::tests::validate_unit_id_absolute_path_fails ... ok
[INFO] [stdout] test util::tests::title_to_slug_truncate_50_chars ... ok
[INFO] [stdout] test util::tests::title_to_slug_with_numbers_and_dots ... ok
[INFO] [stdout] test util::tests::title_to_slug_with_special_chars ... ok
[INFO] [stdout] test util::tests::validate_unit_id_alphanumeric ... ok
[INFO] [stdout] test util::tests::validate_unit_id_too_long ... ok
[INFO] [stdout] test util::tests::validate_unit_id_with_hyphens ... ok
[INFO] [stdout] test util::tests::validate_unit_id_dotted ... ok
[INFO] [stdout] test verify_lint::tests::verify_lint_accepts_filtered_commands_with_grep_guard ... ok
[INFO] [stdout] test util::tests::validate_unit_id_empty_fails ... ok
[INFO] [stdout] test util::tests::validate_unit_id_path_traversal_fails ... ok
[INFO] [stdout] test util::tests::validate_unit_id_with_underscores ... ok
[INFO] [stdout] test util::tests::validate_unit_id_special_chars_fail ... ok
[INFO] [stdout] test util::tests::validate_unit_id_simple_numeric ... ok
[INFO] [stdout] test verify_lint::tests::verify_lint_rejects_empty_commands ... ok
[INFO] [stdout] test util::tests::validate_unit_id_spaces_fail ... ok
[INFO] [stdout] test verify_lint::tests::verify_lint_warns_on_bare_test_runners ... ok
[INFO] [stdout] test verify_lint::tests::verify_lint_rejects_always_pass_commands ... ok
[INFO] [stdout] test util::tests::title_to_slug_numbers_preserved ... ok
[INFO] [stdout] test util::tests::test_atomic_write_creates_file_with_correct_contents ... ok
[INFO] [stdout] test verify_lint::tests::verify_lint_warns_on_existence_only_checks ... ok
[INFO] [stdout] test verify_lint::tests::verify_lint_warns_on_filtered_commands_without_grep ... ok
[INFO] [stdout] test worktree::tests::merge::test_merge_result_variants ... ok
[INFO] [stdout] test worktree::tests::merge::test_parse_conflict_files_content_conflict ... ok
[INFO] [stdout] test worktree::tests::merge::test_merge_to_main_requires_branch ... ok
[INFO] [stdout] test worktree::tests::merge::test_parse_conflict_files_no_conflicts ... ok
[INFO] [stdout] test worktree::tests::merge::test_worktree_info_for_merge ... ok
[INFO] [stdout] test worktree::tests::test_parse_worktree_list_single ... ok
[INFO] [stdout] test worktree::tests::test_parse_worktree_list_detached_head ... ok
[INFO] [stdout] test worktree::tests::merge::test_parse_conflict_files_empty ... ok
[INFO] [stdout] test worktree::tests::merge::test_parse_conflict_files_multiple ... ok
[INFO] [stdout] test worktree::tests::test_parse_worktree_list_multiple ... ok
[INFO] [stdout] test worktree::tests::merge::test_commit_worktree_changes_type_signature ... ok
[INFO] [stdout] test worktree::tests::detect_worktree_runs_without_panic ... ok
[INFO] [stdout] test worktree::tests::merge::test_cleanup_worktree_type_signature ... ok
[INFO] [stdout] test ops::mutate::tests::mutation_test_detects_survivor ... ok
[INFO] [stdout] test ops::mutate::tests::mutation_test_max_mutants ... ok
[INFO] [stdout] test ops::mutate::tests::mutation_test_kills_mutant ... ok
[INFO] [stdout] test ops::verify::tests::run_verify_command_timeout ... ok
[INFO] [stdout] test hooks::tests::test_hook_timeout ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- hooks::tests::test_hook_execution_with_failure_exit_code stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'hooks::tests::test_hook_execution_with_failure_exit_code' (237) panicked at src/hooks.rs:513:9:
[INFO] [stdout] Hook execution failed: Some(Failed to write payload to hook stdin
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     Broken pipe (os error 32)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <std::io::error::Error as anyhow::context::ext::StdError>::ext_context::<&str>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<(), std::io::error::Error> as anyhow::Context<(), std::io::error::Error>>::context::<&str>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/context.rs:54:37
[INFO] [stdout]    2: mana_core::hooks::execute_hook
[INFO] [stdout]              at ./src/hooks.rs:182:14
[INFO] [stdout]    3: mana_core::hooks::tests::test_hook_execution_with_failure_exit_code
[INFO] [stdout]              at ./src/hooks.rs:511:22
[INFO] [stdout]    4: mana_core::hooks::tests::test_hook_execution_with_failure_exit_code::{closure#0}
[INFO] [stdout]              at ./src/hooks.rs:491:52
[INFO] [stdout]    5: <mana_core::hooks::tests::test_hook_execution_with_failure_exit_code::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    7: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]    8: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]    9: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   10: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   11: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   12: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   13: test::run_test_in_process
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   14: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   15: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   16: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   17: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   18: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   19: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   20: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   21: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   22: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   23: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   25: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   26: <unknown>
[INFO] [stdout]   27: clone)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5651326351ca - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5651326351ca - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5651326351ca - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5651326351ca - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56513264ce0a - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56513264ce0a - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x56513263a2f2 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x56513263a2f2 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x56513260ff2f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56513260ff2f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56513262b879 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5651322d9edc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5651322d9edc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x56513262ba32 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x56513262ba32 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56513260ffe8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5651326048c9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56513261107d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56513264d64c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565132187fe2 - mana_core[2f05f071cca9ec26]::hooks::tests::test_hook_execution_with_failure_exit_code
[INFO] [stdout]                                at /opt/rustwide/workdir/src/hooks.rs:513:9
[INFO] [stdout]   20:     0x565132166557 - mana_core[2f05f071cca9ec26]::hooks::tests::test_hook_execution_with_failure_exit_code::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/hooks.rs:491:52
[INFO] [stdout]   21:     0x5651320d5456 - <mana_core[2f05f071cca9ec26]::hooks::tests::test_hook_execution_with_failure_exit_code::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5651322cd1bb - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5651322cd1bb - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x5651322da9ab - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5651322da9ab - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x5651322da9ab - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5651322da9ab - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5651322da9ab - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5651322da9ab - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5651322da9ab - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5651322d40c4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5651322d40c4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5651322dd5b2 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x5651322dd5b2 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x5651322dd5b2 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x5651322dd5b2 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5651322dd5b2 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5651322dd5b2 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x5651322dd5b2 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5651326342bf - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   41:     0x5651326342bf - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x7355bf1c0aa4 - <unknown>
[INFO] [stdout]   43:     0x7355bf24da64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     hooks::tests::test_hook_execution_with_failure_exit_code
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 672 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 30.24s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "12ad2c1c88cb53c173e679beca458062ea7b4b4111f3ea5b7b53c742686d15cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12ad2c1c88cb53c173e679beca458062ea7b4b4111f3ea5b7b53c742686d15cc", kill_on_drop: false }`
[INFO] [stdout] 12ad2c1c88cb53c173e679beca458062ea7b4b4111f3ea5b7b53c742686d15cc
